home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / Demos / Herois / Codigo.Cst / 00185_MM Japas- vaiFotos.ls < prev    next >
Encoding:
Text File  |  1999-03-19  |  366 b   |  19 lines

  1. on mouseUp
  2.   if the mouseV < 176 then 
  3.     set foto = 3
  4.     set pulo = 569
  5.   else if the mouseV > 259 then
  6.     set foto = 2
  7.     set pulo = -569
  8.   else
  9.     set foto = 1
  10.     set pulo = 0
  11.   end if
  12.   
  13.   global myMemSize
  14.   if myMemSize > 15 * 1024 * 1024 then
  15.     MMVaiFotos marker("JapasFotos"), pulo, 13, 15
  16.   else
  17.     MMVaiFotosLimitado "JapasFotos", foto
  18.   end if
  19. end